PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / getEnableRowSplit Method
In This Topic
    getEnableRowSplit Method
    In This Topic
    Gets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.
    Syntax
    public boolean getEnableRowSplit()

    Return Value

    True if the row may be split if its content supports splitting. If false the row will not be split.
    See Also